home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d17 / prswap.arc / PRSWAP.DOC < prev   
Text File  |  1985-06-27  |  827b  |  25 lines

  1.       PRSWAP                   by John Dickinson
  2.       Command
  3.  
  4.       ______________________________________________________
  5.  
  6.       Purpose:  Converts IBM text-graphics characters into
  7.             ASCII characters that can be printed by non-
  8.             graphics printers.
  9.  
  10.       Format:   PRSWAP
  11.  
  12.       Remarks:  The IBM text-graphics characters (non-
  13.             standard ASCII 176-223 and 254) programmers
  14.             often use to make their screen displays look
  15.             more attractive cannot be handled by many
  16.             printers.  PRSWAP.COM is a memory-resident
  17.             program that translates these characters into
  18.             presentable-looking ASCII substitutes.
  19.  
  20.             PRSWAP should be loaded only once until you
  21.             power down or hit Ctrl-Alt-Del.  If you
  22.             intend to use it regularly, the best place to
  23.             put it is in your AUTOEXEC.BAT file.
  24.  
  25.